Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/17 - Text Speed Control/

assets /cody/swapnilsparsh/30DaysOfJavaScript/17 - Text Speed Control/assets/
1 Items
  • speed.png
  • font /cody/swapnilsparsh/30DaysOfJavaScript/17 - Text Speed Control/font/
    1 Items
  • sans.ttf
  • index.html /cody/swapnilsparsh/30DaysOfJavaScript/17 - Text Speed Control/index.html
    415 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    script.js /cody/swapnilsparsh/30DaysOfJavaScript/17 - Text Speed Control/script.js
    173 Views
    0 Comments
    const text = document.getElementById("text");
    const speedEl = document.getElementById("speed");
    const prog = "30 Days of JavaScr
    style.css /cody/swapnilsparsh/30DaysOfJavaScript/17 - Text Speed Control/style.css
    161 Views
    0 Comments
    * {
    box-sizing: border-box;
    }

    @font-face {
    font-family: "sans";
    src: url(font/sans.ttf);
    }